# Building on iOS and macOS

# Install dependencies

# iOS

We only support using Procursus for building packages, so you need one of these jailbreaks. Once you have a Procursus-enabled jailbreak, run the following to get the dependencies.

sudo apt install clang dsymutil odcctools text-cmds autoconf automake autopoint bash bison cmake docbook-xml docbook-xsl fakeroot findutils flex gawk git gnupg groff gzip ldid libtool make ncurses-bin openssl patch pkg-config po4a python3 sed tar triehash wget xz-utils zstd

# macOS

You should follow the installation guide. Once that's done, you can use the same dependency list:

sudo apt install autoconf automake autopoint bash bison cmake docbook-xml docbook-xsl fakeroot findutils flex gawk git gnupg groff gzip ldid libtool make ncurses-bin openssl patch pkg-config po4a python3 sed tar triehash wget xz-utils zstd

# Clone

git clone https://github.com/ProcursusTeam/Procursus.git

# Build

make bash
make bash-package
Last Updated: 2/13/2023, 5:03:54 PM